home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / system / thedude / dude-install-3[1].0beta3.exe / install.bat < prev    next >
DOS Batch File  |  2006-11-27  |  92b  |  13 lines

  1.  
  2. echo off
  3.  
  4. del /F /Q ..\*.*
  5. copy /Y dude.exe ..
  6.  
  7. cd ..
  8.  
  9. start /B dude.exe
  10.  
  11. rmdir /S /Q new
  12.  
  13.